Skip to content

Conversation

@cx-itay-paz
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 17, 2025

Logo
Checkmarx One – Scan Summary & Detailsb3452e33-9229-4e52-af65-1b949cb319ae

Great job, no security vulnerabilities found in this Pull Request

}

async riskManagementResults(projectId: string, limit?: number): Promise<CxCommandOutput> {
const commands: string[] = [CxConstants.CMD_RESULT, CxConstants.CMD_RISK_MANAGEMENT];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not in 1 command?

commands.push(CxConstants.PROJECT_ID, projectId);

if (limit !== undefined) {
commands.push(CxConstants.CMD_LIMIT, limit.toString());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets get limit and a string in func input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants